math/big.nat.sqr (method)
20 uses
math/big (current package)
float.go#L1330: z.mant = z.mant.sqr(x.mant)
int.go#L189: z.abs = z.abs.sqr(x.abs)
nat.go#L551: func (z nat) sqr(x nat) nat {
nat.go#L599: t = t.sqr(x1)
nat.go#L1009: zz = zz.sqr(z)
nat.go#L1029: zz = zz.sqr(z)
nat.go#L1129: *p = p.sqr(*p2)
nat.go#L1162: zz = zz.sqr(z)
nat.go#L1166: zz = zz.sqr(z)
nat.go#L1170: zz = zz.sqr(z)
nat.go#L1174: zz = zz.sqr(z)
natconv.go#L490: table[i].bbb = nat(nil).sqr(table[i-1].bbb)
prime.go#L111: y = y.sqr(y)
prime.go#L197: t1 = t1.sqr(t1)
prime.go#L262: t1 = t1.sqr(vk1)
prime.go#L273: t1 = t1.sqr(vk)
prime.go#L315: t1 = t1.sqr(vk)
rat.go#L514: z.a.abs = z.a.abs.sqr(x.a.abs)
rat.go#L518: z.b.abs = z.b.abs.sqr(x.b.abs)
ratconv.go#L431: f = nat(nil).sqr(f) // nat(nil) to ensure a new f for each table entry
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |